home *** CD-ROM | disk | FTP | other *** search
/ Clipper Collection / Clipper Collection.iso / clipper7 / clipwind.arc / WINDEXT.PRG < prev    next >
Text File  |  1988-03-23  |  2KB  |  46 lines

  1. ******************************************************************************
  2. * Module - WINDEXT.PRG                                                       *
  3. * By     - Jim Holley Copyright (C) 1987 All Rights Reserved.                *
  4. * Date   - 05/19/87                                                          *
  5. *                                                                            *
  6. * This routines does nothing but declare all the functions in the CLIPWIND   *
  7. * library as external so that linking can be accomplished to applications    *
  8. * do not make explicit calls to the functions in WIndows For Clipper Library.*
  9. * You can link this with the Clipper debugger (DEBUG.OBJ) and test each      *
  10. * function interactively using the "E" expression option.                    *
  11. * Try Compiling and linking with the DOT.PRG included with Clipper , I think *
  12. * it will be interesting to you. Doing this will allow you to make calls to  *
  13. * the window functions from the proverbial dot prompt. I have done this and  *
  14. * it works quite well. It's great for testing the functions to see how they  *
  15. * operate. Also, keep in mind what DOT.PRG is, a psuedo interpreter. Due to  *
  16. * this, response using DOT.PRG will not be as fast as a normal application   *
  17. * would. HAVE FUN.                                                           *
  18. ******************************************************************************
  19. EXTERNAL _SINIT_WN
  20. EXTERNAL _SST_WNCL
  21. EXTERNAL _SST_WNBC
  22. EXTERNAL _SST_PTSL
  23. EXTERNAL _SST_PTCL
  24. EXTERNAL _SST_UBIOS
  25. EXTERNAL _SWNCHG
  26. EXTERNAL _SMOVE_WN
  27. EXTERNAL _SREM_WN
  28. EXTERNAL _SWN_ROW
  29. EXTERNAL _SWN_COL
  30. EXTERNAL _SWNPUTCH
  31. EXTERNAL _SWNGETCH
  32. EXTERNAL _SDRW_ROW
  33. EXTERNAL _SDRW_WN
  34. EXTERNAL _SWTE_TXT
  35. EXTERNAL _SWTE_RECS
  36. EXTERNAL _SWTE_PTR
  37. EXTERNAL _SCLS_WN
  38. EXTERNAL _SCRL_VERT
  39. EXTERNAL _SCRL_HORZ
  40. EXTERNAL _SWNERASE
  41. EXTERNAL _WNSAVE
  42. EXTERNAL _WNRESTORE
  43. EXTERNAL _WNGETBUF
  44. EXTERNAL _WNPUTBUF
  45. EXTERNAL _WN_DBF
  46.